.maps-cases {
    position: relative;
    padding-top: 80px;
}

.maps-cases h2 {
    color: #3E3E3E;
    width: 226px;
    text-align: center;
    margin: 0 auto;
    border-bottom: 4px solid #327DFA;
    font-size: 40px;
    line-height: 59px;
}

.layui-btn .conut-next {
    text-align: center;
    font-size: 20px;
    color: #3E3E3E;
    padding: 5px 0;
    transition: all 0.5s;
}

.layui-btn:hover .conut-next {
    font-size: 18px;
    color: red;
}

.close-back {
    background: url(../images/close_back.png) no-repeat;
    display: none;
    transition: all 0.5s;
    height: 70px;
    width: 85px;
    color: #fff;
    right: 20%;
    position: absolute;
    z-index: 999;
    top: 50%;
    cursor: pointer;
}

.close-back img {
    margin: 28px auto 0;
    width: 30px;
    display: block;
    transition: all 0.5s;
}

.close-back p {
    color: #3E3E3E;
    margin-top: 20px;
    text-align: center;
    text-indent: 10px;
}

.close-back:hover p {
    color: #4A9DE4;
}

.close-back:hover {
    right: 19%;
}

.close-back:hover img {
    width: 22px;
    margin-top: 32px;
}

.imgSize {
    height: 170px;
    width: 260px;
}

.maps-cases .case_bg1 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.maps-cases .case_bg2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.maps-casesP {
    text-align: center;
    font-size: 26px;
    margin-top: 25px;
}